home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
editor
/
editor2
/
rdg2html.rdm
< prev
next >
Wrap
Text File
|
1997-01-18
|
2KB
|
68 lines
Short: Version 2.1 of the ARexx AmigaGuide to HTML converter.
Author: rmike@sbox.tu-graz.ac.at
Uploader: rmike@sbox.tu-graz.ac.at
Type: text/hyper
RDAG2HTML - Rexx Does AmigaGuide® 2 HTML
Version 2.1
Copyright © 1995 - 1997 by Michael Ranner
EMail:
rmike@sbox.tu-graz.ac.at
Homepage:
http://www.sbox.tu-graz.ac.at/home/rmike
http://www.sbox.tu-graz.ac.at/home/rmike/projects/rdag2html.html
RDAG2HTML is Public Domain.
You may use it, modify it and distribute it all over the world!
RDAG2HTML may not be included in commercial software without my permission!
Motivation
There exists no converter, that can convert a Guide file into a single HTML
document. On the other side, on Aminet only two converters are available, the
one is a perl script, and the other has minor bugs. So I decided to write
a converter by my one in Rexx.
Main Features
° HTML 3.2 features like font size, background image, background color,
text and link color
° @{"Embedded HTML" LINK "EmbeddedHTML"} in AmigaGuide® documents possible
° Converts AmigaGuide® to a single HTML document or to several documents.
° AmigaGuide® navigation buttons on the top of the HTML document
° Custom header and footer
° Supports AmigaGuide® documents created with Heddley
° Node names larger than 25 charcaters will be stripped down to fit
the 30 character filename limitation of AmigaDOS.
° Supports MS-DOS FAT 8.3 filename limitation
° All Features controlled by shell arguments
Changes for 2.1
FontSize/K ... Specify the font size for the converted document
Suffix/K ... Specify your own suffix
NoHR/S ... Disable <HR> between nodes or at the end of a node
Node titles in SingleFile mode
Bugfix for Heddley; Problem with @{"Label" LINK "Node" 0} fixed.
Bugfix for MyReadArgs()
Changes for 2.0
Some new nice features! Check it out!